From 0ddb50235fd9c3ce7c37c945bea1d59c45d3dd59 Mon Sep 17 00:00:00 2001 From: Micah Carrick Date: Mon, 25 Jun 2012 20:21:22 -0700 Subject: [PATCH] Fix typo replacing action "Parse" with "Paste" The builder XML description has an action for "win.parse" but the application is looking for "win.paste". Rename the label to "_Paste" and the action to "win.paste" in the window action XML. https://bugzilla.gnome.org/show_bug.cgi?id=678829 --- examples/bloatpad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bloatpad.c b/examples/bloatpad.c index d5f872f681..537b9d7091 100644 --- a/examples/bloatpad.c +++ b/examples/bloatpad.c @@ -285,8 +285,8 @@ bloat_pad_startup (GApplication *application) " <Primary>c" " " " " - " _Parse" - " win.parse" + " _Paste" + " win.paste" " <Primary>v" " " " " -- 2.30.2